[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
case                         case Statement

 case expr_list:
     [statement]

    The case statement  is used in  conjunction with the  switch statement,
    and provides a label for switch selections.  See switch for a  complete
    description.

      Notes:    Case labels must be unique.

See Also: switch default break
This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson